home *** CD-ROM | disk | FTP | other *** search
/ MacUser Mac Bin 40 / MACUSER-MACBIN40A-1997-03.ISO.7z / MACUSER-MACBIN40A-1997-03.ISO / DEMO / SecretsJ DEMO / TERORENT.DIR / 00121_Script_121 < prev    next >
Text File  |  1996-12-03  |  244b  |  11 lines

  1. on exitFrame
  2.   global MirL, MirR, Lightstate, leverstate
  3.   if ((lightstate = 1) and (Leverstate = 1)) then
  4.     puppetsound "death"
  5.     go to frame "white"
  6.     set MirL = 0
  7.     set MirR = 0
  8.   else
  9.     go to frame the frame
  10.   end if
  11. end